home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam10 / main.c < prev    next >
C/C++ Source or Header  |  1995-09-27  |  849b  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. /*
  7.  *
  8.  *    This source code is CONFIDENTIAL and
  9.  *    PROPRIETARY to Algorithms Corporation. Unauthorized
  10.  *    distribution, adaptation or use    may
  11.  *    be subject to civil and    criminal penalties.
  12.  *
  13.  *    Copyright (c) 1993 Algorithms Corporation
  14.  *    3020 Liberty Hills Drive
  15.  *    Franklin, TN  37064
  16.  *
  17.  *    ALL RIGHTS RESERVED.
  18.  *
  19.  *
  20.  *
  21.  */
  22.  
  23.  
  24.  
  25. #include "generics.h"
  26.  
  27.  
  28. main(int argc, char *argv[])
  29. {
  30.     /*  No special steps are necessary in order to initialize or use
  31.         the new class.  */
  32.  
  33.     InitDynace(&argc);
  34.  
  35.     return 0;
  36. }
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. /*
  45.  *
  46.  *    This source code is CONFIDENTIAL and
  47.  *    PROPRIETARY to Algorithms Corporation. Unauthorized
  48.  *    distribution, adaptation or use    may
  49.  *    be subject to civil and    criminal penalties.
  50.  *
  51.  *    Copyright (c) 1993 Algorithms Corporation
  52.  *    3020 Liberty Hills Drive
  53.  *    Franklin, TN  37064
  54.  *
  55.  *    ALL RIGHTS RESERVED.
  56.  *
  57.  *
  58.  *
  59.  */
  60.  
  61.  
  62.